Fix bug #14062 with assertion violations on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2013 10:19:13 +0000 (13:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2013 10:19:13 +0000 (13:19 +0300)
commitd30a53a3cee3847b59ccd549082bbd45facf2b50
tree17b80cfcfcfa8ca429cbc072aaf28cdfdb4b6f44
parenta0275180ecd200498f9b8d4757b1845f1d53a71a
Fix bug #14062 with assertion violations on MS-Windows.

 src/dispextern.h (WINDOW_WANTS_HEADER_LINE_P): Verify that
 w->contents is a buffer before computing everything else.  Use
 parentheses to disambiguate last part of the condition.
 src/w32fns.c (w32_wnd_proc): Remove temporary code used to trap
 assertion violations.
src/ChangeLog
src/dispextern.h
src/w32fns.c